home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Games / Pentominoes 2.0 / Shell ƒ / timing.h < prev    next >
Text File  |  1995-07-15  |  297b  |  17 lines

  1. #ifndef __MY_TIMING_H__
  2. #define __MY_TIMING_H__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern    pascal void StartTiming(void);
  9. extern    pascal void TimeCorrection(short tickCount);
  10. extern    pascal void ScrollTheRect(Rect *r, short dh, short dv, RgnHandle unused);
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15.  
  16. #endif
  17.